sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.widget
/
[main]SeslAbsSeekBar
/
ThumbDrawable
Thumb
Drawable
open
inner
class
ThumbDrawable
:
Drawable
(
source
)
Members
Constructors
Thumb
Drawable
Link copied to clipboard
constructor
(
radius
:
Int
,
color
:
ColorStateList
,
isVertical
:
Boolean
)
Functions
draw
Link copied to clipboard
open
fun
draw
(
@
NonNull
canvas
:
Canvas
)
get
Intrinsic
Height
Link copied to clipboard
open
fun
getIntrinsicHeight
(
)
:
Int
get
Intrinsic
Width
Link copied to clipboard
open
fun
getIntrinsicWidth
(
)
:
Int
get
Opacity
Link copied to clipboard
open
fun
getOpacity
(
)
:
Int
init
Animation
Link copied to clipboard
open
fun
initAnimation
(
)
is
Stateful
Link copied to clipboard
open
fun
isStateful
(
)
:
Boolean
on
State
Change
Link copied to clipboard
open
fun
onStateChange
(
@
NonNull
stateSet
:
Array
<
Int
>
)
:
Boolean
set
Alpha
Link copied to clipboard
open
fun
setAlpha
(
alpha
:
Int
)
set
Color
Filter
Link copied to clipboard
open
fun
setColorFilter
(
@
Nullable
colorFilter
:
ColorFilter
)
set
Tint
List
Link copied to clipboard
open
fun
setTintList
(
@
Nullable
tint
:
ColorStateList
)